home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / AlertAccountImportPanel.nib / data.classes next >
Text File  |  1993-12-17  |  1KB  |  96 lines

  1. TableCtrl = {
  2.     ACTIONS = {
  3.     clear:;
  4.     select:;
  5.     save:;
  6.     deleteAllRows:;
  7.     insert:;
  8.     update:;
  9.     delete:;
  10.     };
  11.     OUTLETS = {
  12.     delegate;
  13.     joinTableCtrl;
  14.     database;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. QuantaApp = {
  24.     ACTIONS = {
  25.     import:;
  26.     orderFrontInspectorPanel:;
  27.     terminate:;
  28.     changeLayout:;
  29.     print:;
  30.     info:;
  31.     help:;
  32.     appDidInit:;
  33.     };
  34.     OUTLETS = {
  35.     inspectorCtrl;
  36.     infoDatabasePathname;
  37.     mainDatabase;
  38.     infoCtrl;
  39.     help;
  40.     version;
  41.     infoPanel;
  42.     };
  43.     SUPERCLASS = Application;
  44. };
  45. AlertAccountImportPanel = {
  46.     ACTIONS = {
  47.     update:;
  48.     cancel:;
  49.     ok:;
  50.     resetPanel:;
  51.     };
  52.     OUTLETS = {
  53.     accountCodeField;
  54.     panel;
  55.     messageField;
  56.     accountNameField;
  57.     repeatSwitch;
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. QuantaAdmin = {
  62.     ACTIONS = {
  63.     appDidInit:;
  64.     install:;
  65.     showCompanyWindow:;
  66.     showLoginCtrl:;
  67.     killServer:;
  68.     info:;
  69.     stopServer:;
  70.     registration:;
  71.     };
  72.     OUTLETS = {
  73.     mainCtrl;
  74.     loginCtrl;
  75.     };
  76.     SUPERCLASS = QuantaApp;
  77. };
  78. InterfaceCtrl = {
  79.     ACTIONS = {
  80.     clearInterface:;
  81.     clear:;
  82.     select:;
  83.     save:;
  84.     addRow:;
  85.     insertRow:;
  86.     insert:;
  87.     reload:;
  88.     destinationChanged:;
  89.     deleteRow:;
  90.     };
  91.     OUTLETS = {
  92.     interface;
  93.     };
  94.     SUPERCLASS = TableCtrl;
  95. };
  96.